Release Notes
Check the latest version updates, features, and bug fixes of MyGAU – GitHub Auto Updater
Highlights:
- Supports any GitHub repo and file update from the web interface.
- Steps to update:
- Enter your GitHub username and repository name.
- Paste a valid GitHub Personal Access Token (keep it secure!).
- Specify the file path you want to update.
- Click "Update Now" — the file will be updated with the current date/time or message.
- Live update status and error reporting
- Improved security and input validation
What's New:
- Brand new UI with animated front page and better UX
- Includes this Release Notes page and version tracking
- Hybrid system combining personal and public update flow
Changes from Personal Release:
- Multi-repository support added
- Documentation, FAQ, Bug pages made live
- Public user interface launched at
mygau.netlify.app
Initial Launch (for personal use):
- First version working for a single repo like
gauv.netlify.app
- Manual GitHub file update using personal token and file path
- No login required, fully browser-based
Highlights:
- First deployed version to Netlify:
gauv.netlify.app
- Working for personal repo only
- Minor UI tweaks and console logs for debugging
Highlights:
- Handled specific branches (default:
main)
- Set commit message as dynamic (e.g., “Auto updated via MyGAU”)
- Confirmed working with both
.js and .md files
Highlights:
- Added basic CSS and input validation
- Form redesign with proper labels, input fields, and update status
- Show success/failure messages after update
Highlights:
- First working version that allowed a GitHub file update using:
- Username
- Repository
- File path
- Personal Access Token
- Updated file contents with static text + current timestamp
- No UI improvements, but functionally successful
Type: Local Dev Only
Highlights:
- No UI, raw HTML form with basic input fields
- Manual GitHub file update using
fetch() and a Personal Access Token (PAT)
- Only supported local testing — no hosting or error handling